CQG Algorithmic Orders
UENamePrefix Property
See Also  Send Feedback
AlgoOrder Icebergs (ICBG) > AlgorithmicOrders Namespace > ICBG_AlgorithmicOrder Class : UENamePrefix Property



Glossary Item Box

Gets or sets algorithmic order UEName prefix.

Syntax

Visual Basic (Declaration) 
Public Property UENamePrefix As String
Visual Basic (Usage)Copy Code
Dim instance As ICBG_AlgorithmicOrder
Dim value As String
 
instance.UENamePrefix = value
 
value = instance.UENamePrefix
C# 
public string UENamePrefix {get; set;}
C++/CLI 
public:
property String^ UENamePrefix {
   String^ get();
   void set (    String^ value);
}

Property Value

New value of the algorithmic order UEName prefix to setAlgorithmic order UEName prefix

See Also

Reference

ICBG_AlgorithmicOrder Class
ICBG_AlgorithmicOrder Members

Copyright © 2012 CQG Inc. All Rights Reserved.